2fef5697bcb6de31fe04371f50dbd823314c82ec,platform/ypath/source_gen/jetbrains/mps/ypath/editor/VisitChildrenExpression_Editor.java,VisitChildrenExpression_Editor,renderingCondition9190_0,#SNode#EditorContext#IScope#,100
Before Change
}
private static boolean renderingCondition9190_0(SNode node, EditorContext editorContext, IScope scope) {
return SLinkOperations.getCount(SLinkOperations.getTarget(VisitChildrenExpression_Behavior.call_getEnclosingVisitNodesStatement_1213877259423(node), "visitParameterDeclarationList", true), "visitParameterDeclaration") > 0;
}
private static class actualArgumentListHandler_9190_0 extends RefNodeListHandler {
After Change
}
private static boolean renderingCondition9190_0(SNode node, EditorContext editorContext, IScope scope) {
return ListSequence.fromList(SLinkOperations.getTargets(SLinkOperations.getTarget(VisitChildrenExpression_Behavior.call_getEnclosingVisitNodesStatement_1213877259423(node), "visitParameterDeclarationList", true), "visitParameterDeclaration", true)).count() > 0;
}
private static class actualArgumentListHandler_9190_0 extends RefNodeListHandler {